home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / misc / math / Evaluate1_0.readme < prev    next >
Encoding:
Text File  |  1995-02-13  |  1.4 KB  |  44 lines

  1. Short:    Replacement for Eval prog!
  2. Author:   bc70008@bingsuns.cc.binghamton.edu
  3. Uploader: hoffmace@maple.lemoyne.edu
  4. Type:     misc/math
  5.  
  6. This Program will accept most Equations. The Functions it accepts are:
  7.  
  8.  Where # is some Number
  9.        x is some Equation or Number
  10.  
  11.  ( and )     Used for Order of Operation
  12.  
  13.  +    Addition           -    Subtraction           *    Multiplication
  14.  /    Division           ^    Power               #E#    #*10^#
  15.  
  16.  pi    3.141592654
  17.  
  18.  
  19.   sin(x) sine           cos(x) cosine              tan(x) tangent
  20.  asin(x) arcsin        acos(x) arccos             atan(x) arctan
  21.  sinh(x) hypsin        cosh(x) hypcos             tanh(x) hyptan
  22.  
  23.   exp(x) 2.718^x        log(x) Log base e           ln(x)  Logarithm base e
  24.  
  25.  
  26. The Program Automatically defaults to Multiplication if an operator is
  27. not given between functions. See Below.
  28.  
  29. What was Typed                 How Interpreted
  30. --------------                 ---------------
  31.      2pi                            2*pi
  32.    2sin(pi)                      2*sin(pi)
  33.     2(1+2)                        2*(1+2)
  34.  
  35.  
  36. ============================= Archive contents =============================
  37.  
  38. Original  Packed Ratio    Date     Time    Name
  39. -------- ------- ----- --------- --------  -------------
  40.      286     205 28.3% 26-Dec-93 15:41:42  evaluate.docs
  41.    31600   17390 44.9% 26-Dec-93 15:39:12  evaluatev1.0
  42. -------- ------- ----- --------- --------
  43.    31886   17595 44.8% 04-Jan-95 05:59:02   2 files
  44.